text/template.common.parseFuncs (field)

6 uses

	text/template (current package)
		template.go#L22: 	parseFuncs FuncMap
		template.go#L74: 		c.parseFuncs = make(FuncMap)
		template.go#L105: 	for k, v := range t.parseFuncs {
		template.go#L106: 		nt.parseFuncs[k] = v
		template.go#L182: 	addFuncs(t.parseFuncs, funcMap)
		template.go#L210: 	trees, err := parse.Parse(t.name, text, t.leftDelim, t.rightDelim, t.parseFuncs, builtins())